Carbon


UCGetCollationKey

Header: UnicodeUtilities.h Carbon status: Supported

OSStatus UCGetCollationKey (
    CollatorRef collatorRef, 
    const UniChar *textPtr, 
    UniCharCount textLength, 
    ItemCount maxKeySize, 
    ItemCount *actualKeySize, 
    UCCollationValue collationKey[]
);
collatorRef
textPtr
textLength
maxKeySize
actualKeySize
collationKey
function result

A result code.

AVAILABILITY

Supported in Carbon. Available in Mac OS 8.6 and later when Carbon 1.0.2 or later is present.


© 2000 Apple Computer, Inc. — (Last Updated 5/4/2000)